home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1997 December
/
MACPOWER-1997-12.ISO.7z
/
MACPOWER-1997-12.ISO
/
AMUG
/
PROGRAMMING
/
Raven 1.2 Examples.sit
/
Raven 1.2 Examples
/
Quill
/
Source
/
Precomp (Debug).pch++
< prev
next >
Wrap
Text File
|
1997-07-28
|
813b
|
33 lines
/*
* File: Precomp (Debug).pch++
* Summary: Debug precompiled header for Quill.
* Written by: Jesse Jones
*
* Copyright ゥ 1996-1997 Jesse Jones.
* For conditions of distribution and use, see copyright notice in ZTypes.h
*
* Change History (most recent first):
*
* <2> 7/28/97 JDJ Renamed file.
* <1> 8/05/96 JDJ Created.
*/
#if powerc
#pragma precompile_target ":Precomp PPC (Debug)"
#else
#pragma precompile_target ":Precomp 68K (Debug)"
#endif
#define QUILL 1
#define DEBUG 1
#define RELEASE 0 // Set to 1 for release version of the app
#define ASSERTS_THROW 0 // Set to 1 to have ASSERTS throw logic_error
#define PRECOMPILE_MAC_HEADERS 1
#define PRECOMPILE_RAVEN_HEADERS 0 // Can't step into template code when this is on!
#include <AppHeader.h>